fixed push_in description.
authorTim Janik <timj@imendio.com>
Wed, 27 Jun 2007 09:58:59 +0000 (09:58 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 27 Jun 2007 09:58:59 +0000 (09:58 +0000)
Wed Jun 27 11:57:41 2007  Tim Janik  <timj@imendio.com>

        * gtk/gtkstatusicon.c (gtk_status_icon_position_menu): fixed push_in description.

svn path=/trunk/; revision=18258

ChangeLog
gtk/gtkstatusicon.c

index e6ff1006576bd532574e4266baf7aa0c4cbc5fc2..09b1bce229294ae25c6c9fe2bca896a29fcf454a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jun 27 11:57:41 2007  Tim Janik  <timj@imendio.com>
+
+       * gtk/gtkstatusicon.c (gtk_status_icon_position_menu): fixed push_in description.
+
 2007-06-27  Johan Dahlin  <jdahlin@async.com.br>
 
        * gtk/gtkbuilderparser.c: Plug leaks in error code paths
index 6da7573fe71b27f996691dac62b5a561d825abc7..c55948001275787e791729861dcab09913506542 100755 (executable)
@@ -1822,9 +1822,8 @@ gtk_status_icon_is_embedded (GtkStatusIcon *status_icon)
  * @menu: the #GtkMenu
  * @x: return location for the x position
  * @y: return location for the y position
- * @push_in: return location for whether the menu should be pushed in 
- *     to be completely inside the screen instead of just clamped to the 
- *     size to the screen.
+ * @push_in: whether the first menu item should be offset (pushed in) to be
+ *           aligned with the menu popup position (only useful for GtkOptionMenu).
  * @user_data: the status icon to position the menu on
  *
  * Menu positioning function to use with gtk_menu_popup()